Create Datatable
Command Prototype
objDatatable = Datatable.BuildDataTable(aryData,aryColumns)
Command Description
Create datatable
Parameter Description
- Required Parameter
- aryData--Data of the datatable to be constructed, usually a two-dimensional array. The data can be read from an Excel or extracted with the data grab function
- aryColumns--Column headers of a datatable
- return
- objDatatable--The variable used to save the output of the function call